home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
dtm
/
test12.gl
< prev
next >
Wrap
Text File
|
1991-06-18
|
149b
|
12 lines
Basetype E;
Atom
xor :- E & E => E,
dff :- E => E;
Def
parity :- E => E;
parity x = y
where y = dff (xor [x,y]);
endwhere;